APPPATH/views/client/contacts.php [ 9 ]
4 <h2>Задайте нам вопрос:</h2>
5 <div class="text_message"></div>
6 <form id="question_form" class="contact-form rf other" method="POST">
7 <input type="hidden" name="subject" value="Вопрос со страницы контактов">
8 <div class="left">
9 <?foreach ($exist as $ex) :?>
10 <? if ($ex['tag']== 'input'):?>
11
12 <input required type="<?= $ex['type']; ?>" name="<?= $ex['id']; ?>" value="<?= $ex['id'] == 5 ? 'kontacty' : '' ?>" placeholder="<?= $ex['placeholder']; ?>" class="rfield"/>
13
14 <? endif; ?>
-
APPPATH/views/client/contacts.php [ 9 ] » Kohana_Core::error_handler(arguments)
0integer 8
1string(25) "Undefined variable: exist"2string(65) "/home/feyatort/ruta-tort.by/application/views/client/contacts.php"3integer 9
4array(5) ( "kohana_view_filename" => string(65) "/home/feyatort/ruta-tort.by/application/views/client/contacts.php" "kohana_view_data" => array(3) ( "reviews" => object Database_MySQL_Result(7)
{ protected _internal_row => integer 0 protected _query => string(473) "SELECT `reviews`.`id` AS `id`, `reviews`.`product_id` AS `product_id`, `reviews`.`name` AS `name`, `reviews`.`ip` AS `ip`, `revi …" protected _result => resource(mysql result) public _total_rows => integer 123 protected _current_row => integer 0 protected _as_object => string(13) "Model_Reviews" protected _object_params => NULL }"data" => object Model_CustomPages(34){ protected _table_name => string(12) "custom_pages" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "custompages" protected _object_plural => string(13) "custompageses" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_img_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_img_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(3) "200" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(9) "140000000" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "80" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sent" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sent" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)"images" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "custompages" }{ protected _internal_row => integer 0 protected _query => string(473) "SELECT `custompageimages`.`id` AS `id`, `custompageimages`.`product_id` AS `product_id`, `custompageimages`.`img_url` AS `img_ur …" protected _result => resource(mysql result) public _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(22) "Model_CustomPageImages" protected _object_params => NULL }) "reviews" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(473) "SELECT `reviews`.`id` AS `id`, `reviews`.`product_id` AS `product_id`, `reviews`.`name` AS `name`, `reviews`.`ip` AS `ip`, `revi …" protected _result => resource(mysql result) public _total_rows => integer 123 protected _current_row => integer 0 protected _as_object => string(13) "Model_Reviews" protected _object_params => NULL }"data" => object Model_CustomPages(34){ protected _table_name => string(12) "custom_pages" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "custompages" protected _object_plural => string(13) "custompageses" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_img_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_img_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(3) "200" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(9) "140000000" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "80" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sent" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sent" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)"images" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "custompages" }{ protected _internal_row => integer 0 protected _query => string(473) "SELECT `custompageimages`.`id` AS `id`, `custompageimages`.`product_id` AS `product_id`, `custompageimages`.`img_url` AS `img_ur …" protected _result => resource(mysql result) public _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(22) "Model_CustomPageImages" protected _object_params => NULL })4 <h2>Задайте нам вопрос:</h2> 5 <div class="text_message"></div> 6 <form id="question_form" class="contact-form rf other" method="POST"> 7 <input type="hidden" name="subject" value="Вопрос со страницы контактов"> 8 <div class="left"> 9 <?foreach ($exist as $ex) :?> 10 <? if ($ex['tag']== 'input'):?> 11 12 <input required type="<?= $ex['type']; ?>" name="<?= $ex['id']; ?>" value="<?= $ex['id'] == 5 ? 'kontacty' : '' ?>" placeholder="<?= $ex['placeholder']; ?>" class="rfield"/> 13 14 <? endif; ?> -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(65) "/home/feyatort/ruta-tort.by/application/views/client/contacts.php"56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0string(65) "/home/feyatort/ruta-tort.by/application/views/client/contacts.php"1array(3) ( "reviews" => object Database_MySQL_Result(7)
{ protected _internal_row => integer 0 protected _query => string(473) "SELECT `reviews`.`id` AS `id`, `reviews`.`product_id` AS `product_id`, `reviews`.`name` AS `name`, `reviews`.`ip` AS `ip`, `revi …" protected _result => resource(mysql result) public _total_rows => integer 123 protected _current_row => integer 0 protected _as_object => string(13) "Model_Reviews" protected _object_params => NULL }"data" => object Model_CustomPages(34){ protected _table_name => string(12) "custom_pages" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "custompages" protected _object_plural => string(13) "custompageses" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_img_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_img_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(3) "200" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(9) "140000000" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "80" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sent" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sent" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)"images" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "custompages" }{ protected _internal_row => integer 0 protected _query => string(473) "SELECT `custompageimages`.`id` AS `id`, `custompageimages`.`product_id` AS `product_id`, `custompageimages`.`img_url` AS `img_ur …" protected _result => resource(mysql result) public _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(22) "Model_CustomPageImages" protected _object_params => NULL })343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } -
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message. -
APPPATH/views/client/template.php [ 142 ] » Kohana_View->__toString()
137 <? } ?> 138 </ol> 139 <? } ?> 140 <div class="null"></div> 141 <!--THE END--> 142 <?=$content; // Вывод вида(view)?> 143 </div> 144 </div> <!-- row --> 145 </div> 146 <div class="helper"></div> 147 <footer class="well well-lg "> -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(65) "/home/feyatort/ruta-tort.by/application/views/client/template.php"56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0string(65) "/home/feyatort/ruta-tort.by/application/views/client/template.php"1array(19) ( "img_url" => string(52) "/content/images/product_images/8/logo-1404308324.png" "items" => array(4) ( 0 => array(9) ( "id" => string(1) "1" "pid" => string(1) "0" "name" => string(14) "Начинки" "link" => string(0) "" "translit" => string(8) "nachinki" "item_id" => string(3) "408" "item_pid" => string(1) "0" "item_type" => string(10) "categories" "order" => string(1) "1" ) 1 => array(9) ( "id" => string(1) "2" "pid" => string(1) "0" "name" => string(32) "Доставка и оплата" "link" => string(0) "" "translit" => string(8) "dostavka" "item_id" => string(2) "19" "item_pid" => string(1) "0" "item_type" => string(12) "custom_pages" "order" => string(1) "2" ) 2 => array(9) ( "id" => string(1) "3" "pid" => string(1) "0" "name" => string(12) "Отзывы" "link" => string(0) "" "translit" => string(6) "otzyvy" "item_id" => string(1) "9" "item_pid" => string(1) "0" "item_type" => string(12) "custom_pages" "order" => string(1) "3" ) 3 => array(9) ( "id" => string(1) "4" "pid" => string(1) "0" "name" => string(16) "Контакты" "link" => string(0) "" "translit" => string(8) "contacts" "item_id" => string(1) "5" "item_pid" => string(1) "0" "item_type" => string(12) "custom_pages" "order" => string(1) "4" ) ) "url" => string(30) "/contacts/callto: 80175411655/" "translit" => string(8) "contacts" "action" => string(4) "page" "socials" => array(4) ( "vk" => string(20) "http://vk.com/groups" "facebook" => string(25) "https://www.facebook.com/" "gooogle_plus" => string(24) "https://plus.google.com/" "youtube" => string(24) "https://www.youtube.com/" ) "contacts" => array(5) ( "velcom" => string(16) " 8 017 541-16-55" "mts" => string(15) "8 029 570-92-51" "address" => string(83) "г. Минск. Долгиновский тракт 178, Веры Хоружей 8." "email" => string(17) "1474752@gmail.com" "work_time" => string(38) "пн-вс 9:00-21:00 " ) "reviews" => object Database_MySQL_Result(7)
{ protected _internal_row => integer 123 protected _query => string(505) "SELECT `reviews`.`id` AS `id`, `reviews`.`product_id` AS `product_id`, `reviews`.`name` AS `name`, `reviews`.`ip` AS `ip`, `revi …" protected _result => resource(mysql result) public _total_rows => integer 123 protected _current_row => integer 123 protected _as_object => string(13) "Model_Reviews" protected _object_params => NULL }"news" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(932) "SELECT `page_images`.*, `custompages`.`id` AS `id`, `custompages`.`category_id` AS `category_id`, `custompages`.`name` AS `name` …" protected _result => resource(mysql result) public _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(17) "Model_CustomPages" protected _object_params => NULL }"tree" => string(1405) "<ul><li class="no_childred "><a data-id="409" class = "" href="409">Свадебные торты</a></li><li class="no_childred "><a data-id= …" "promotions" => array(4) ( "google-site-verification" => string(43) "lSgoCg2BEjmXPD0TnoHynJpQ0GREwZbvu1tqXT7ZjKE" "google-analytics" => string(409) "<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i …" "yandex-verification" => string(16) "5c8a24f744f63c52" "yandex-analytics" => string(998) "<!-- Yandex.Metrika counter --> <script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { …" ) "tort_category" => object Model_Categories(34){ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "407" "pid" => string(1) "0" "name" => string(10) "Торты" "translit" => string(5) "torty" "img_url" => string(102) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222.jpg" "img_url_s" => string(107) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(265) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт в Минске, торт на заказ цены …" "page_description" => string(218) "Только вкусные и очень вкусные торты на заказ в Минске. У нас вы можете заказать или купить торт по сладкой цене - ruta-tort.by" "page_title" => string(130) "Торты на заказ в Минске | Заказать вкусный торт - кондитерская Рута Торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "1" "sort" => string(1) "0" "date" => string(10) "1416324378" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "407" "pid" => string(1) "0" "name" => string(10) "Торты" "translit" => string(5) "torty" "img_url" => string(102) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222.jpg" "img_url_s" => string(107) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(265) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт в Минске, торт на заказ цены …" "page_description" => string(218) "Только вкусные и очень вкусные торты на заказ в Минске. У нас вы можете заказать или купить торт по сладкой цене - ruta-tort.by" "page_title" => string(130) "Торты на заказ в Минске | Заказать вкусный торт - кондитерская Рута Торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "1" "sort" => string(1) "0" "date" => string(10) "1416324378" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(1) ( "parent" => object Model_Categories(34)"tort_categories" => object Database_MySQL_Result(7){ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => NULL "pid" => NULL "name" => NULL "translit" => NULL "img_url" => NULL "img_url_s" => NULL "img_alt" => NULL "img_title" => NULL "page_keywords" => NULL "page_description" => NULL "page_title" => NULL "page_text" => NULL "view_path" => NULL "view_path_child" => NULL "level" => NULL "sort" => NULL "date" => NULL "lang" => NULL "hits" => NULL "status" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "407" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _internal_row => integer 14 protected _query => string(871) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _result => resource(mysql result) public _total_rows => integer 14 protected _current_row => integer 14 protected _as_object => string(16) "Model_Categories" protected _object_params => NULL }"images" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(473) "SELECT `custompageimages`.`id` AS `id`, `custompageimages`.`product_id` AS `product_id`, `custompageimages`.`img_url` AS `img_ur …" protected _result => resource(mysql result) public _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(22) "Model_CustomPageImages" protected _object_params => NULL }"scripts" => array(6) ( 0 => string(24) "content/js/jquery.min.js" 1 => string(27) "content/js/bootstrap.min.js" 2 => string(33) "content/js/jquery.fancybox.min.js" 3 => string(50) "content/js/jquery.carouFredSel-6.2.1-packed.min.js" 4 => string(22) "content/js/carousel.js" 5 => string(20) "content/js/custom.js" ) "styles" => array(5) ( 0 => string(29) "content/css/bootstrap.min.css" 1 => string(35) "content/css/jquery.fancybox.min.css" 2 => string(32) "content/css/font-awesome.min.css" 3 => string(28) "content/css/style.css?v1.0.0" 4 => string(26) "content/css/adaptation.css" ) "content" => object View(2){ protected _file => string(65) "/home/feyatort/ruta-tort.by/application/views/client/contacts.php" protected _data => array(3) ( "reviews" => object Database_MySQL_Result(7)"seo" => object Model_CustomPages(34){ protected _internal_row => integer 0 protected _query => string(473) "SELECT `reviews`.`id` AS `id`, `reviews`.`product_id` AS `product_id`, `reviews`.`name` AS `name`, `reviews`.`ip` AS `ip`, `revi …" protected _result => resource(mysql result) public _total_rows => integer 123 protected _current_row => integer 0 protected _as_object => string(13) "Model_Reviews" protected _object_params => NULL }"data" => object Model_CustomPages(34){ protected _table_name => string(12) "custom_pages" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "custompages" protected _object_plural => string(13) "custompageses" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_img_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_img_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(3) "200" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(9) "140000000" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "80" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sent" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sent" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)"images" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "custompages" }{ protected _internal_row => integer 0 protected _query => string(473) "SELECT `custompageimages`.`id` AS `id`, `custompageimages`.`product_id` AS `product_id`, `custompageimages`.`img_url` AS `img_ur …" protected _result => resource(mysql result) public _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(22) "Model_CustomPageImages" protected _object_params => NULL }) }{ protected _table_name => string(12) "custom_pages" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "custompages" protected _object_plural => string(13) "custompageses" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_img_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_img_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(3) "200" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(9) "140000000" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "80" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sent" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sent" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)"navigation" => array(1) ( 0 => array(4) ( "translit" => string(8) "contacts" "name" => string(16) "Контакты" "level" => integer -1 "action" => string(0) "" ) ) ){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "custompages" }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } -
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49 -
APPPATH/classes/Controller/Client.php [ 374 ] » Kohana_Controller_Template->after()
369 $this->template->scripts = $this->scripts; //Скрипты в шаблон уходят 370 $this->template->styles = $this->styles; //Стили в шаблон уходят 371 $this->template->content = $this->view; //Вид уходит в шаблон 372 $this->template->seo = $this->view->data; //Сео данные уходят в шаблон 373 $this->template->navigation = $this->navigation; //Навигация в шаблон 374 parent::after(); 375 } 376 377 } -
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Client->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92 -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0object Controller_Client(11)
{ public template => object View(2){ protected _file => string(65) "/home/feyatort/ruta-tort.by/application/views/client/template.php" protected _data => array(19) ( "img_url" => string(52) "/content/images/product_images/8/logo-1404308324.png" "items" => array(4) ( 0 => array(9) ( "id" => string(1) "1" "pid" => string(1) "0" "name" => string(14) "Начинки" "link" => string(0) "" "translit" => string(8) "nachinki" "item_id" => string(3) "408" "item_pid" => string(1) "0" "item_type" => string(10) "categories" "order" => string(1) "1" ) 1 => array(9) ( "id" => string(1) "2" "pid" => string(1) "0" "name" => string(32) "Доставка и оплата" "link" => string(0) "" "translit" => string(8) "dostavka" "item_id" => string(2) "19" "item_pid" => string(1) "0" "item_type" => string(12) "custom_pages" "order" => string(1) "2" ) 2 => array(9) ( "id" => string(1) "3" "pid" => string(1) "0" "name" => string(12) "Отзывы" "link" => string(0) "" "translit" => string(6) "otzyvy" "item_id" => string(1) "9" "item_pid" => string(1) "0" "item_type" => string(12) "custom_pages" "order" => string(1) "3" ) 3 => array(9) ( "id" => string(1) "4" "pid" => string(1) "0" "name" => string(16) "Контакты" "link" => string(0) "" "translit" => string(8) "contacts" "item_id" => string(1) "5" "item_pid" => string(1) "0" "item_type" => string(12) "custom_pages" "order" => string(1) "4" ) ) "url" => string(30) "/contacts/callto: 80175411655/" "translit" => string(8) "contacts" "action" => string(4) "page" "socials" => array(4) ( "vk" => string(20) "http://vk.com/groups" "facebook" => string(25) "https://www.facebook.com/" "gooogle_plus" => string(24) "https://plus.google.com/" "youtube" => string(24) "https://www.youtube.com/" ) "contacts" => array(5) ( "velcom" => string(16) " 8 017 541-16-55" "mts" => string(15) "8 029 570-92-51" "address" => string(83) "г. Минск. Долгиновский тракт 178, Веры Хоружей 8." "email" => string(17) "1474752@gmail.com" "work_time" => string(38) "пн-вс 9:00-21:00 " ) "reviews" => object Database_MySQL_Result(7)public lang => string(2) "ru" public styles => array(5) ( 0 => string(29) "content/css/bootstrap.min.css" 1 => string(35) "content/css/jquery.fancybox.min.css" 2 => string(32) "content/css/font-awesome.min.css" 3 => string(28) "content/css/style.css?v1.0.0" 4 => string(26) "content/css/adaptation.css" ) public scripts => array(6) ( 0 => string(24) "content/js/jquery.min.js" 1 => string(27) "content/js/bootstrap.min.js" 2 => string(33) "content/js/jquery.fancybox.min.js" 3 => string(50) "content/js/jquery.carouFredSel-6.2.1-packed.min.js" 4 => string(22) "content/js/carousel.js" 5 => string(20) "content/js/custom.js" ) public view => object View(2){ protected _internal_row => integer 123 protected _query => string(505) "SELECT `reviews`.`id` AS `id`, `reviews`.`product_id` AS `product_id`, `reviews`.`name` AS `name`, `reviews`.`ip` AS `ip`, `revi …" protected _result => resource(mysql result) public _total_rows => integer 123 protected _current_row => integer 123 protected _as_object => string(13) "Model_Reviews" protected _object_params => NULL }"news" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(932) "SELECT `page_images`.*, `custompages`.`id` AS `id`, `custompages`.`category_id` AS `category_id`, `custompages`.`name` AS `name` …" protected _result => resource(mysql result) public _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(17) "Model_CustomPages" protected _object_params => NULL }"tree" => string(1405) "<ul><li class="no_childred "><a data-id="409" class = "" href="409">Свадебные торты</a></li><li class="no_childred "><a data-id= …" "promotions" => array(4) ( "google-site-verification" => string(43) "lSgoCg2BEjmXPD0TnoHynJpQ0GREwZbvu1tqXT7ZjKE" "google-analytics" => string(409) "<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i …" "yandex-verification" => string(16) "5c8a24f744f63c52" "yandex-analytics" => string(998) "<!-- Yandex.Metrika counter --> <script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { …" ) "tort_category" => object Model_Categories(34){ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "407" "pid" => string(1) "0" "name" => string(10) "Торты" "translit" => string(5) "torty" "img_url" => string(102) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222.jpg" "img_url_s" => string(107) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(265) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт в Минске, торт на заказ цены …" "page_description" => string(218) "Только вкусные и очень вкусные торты на заказ в Минске. У нас вы можете заказать или купить торт по сладкой цене - ruta-tort.by" "page_title" => string(130) "Торты на заказ в Минске | Заказать вкусный торт - кондитерская Рута Торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "1" "sort" => string(1) "0" "date" => string(10) "1416324378" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "407" "pid" => string(1) "0" "name" => string(10) "Торты" "translit" => string(5) "torty" "img_url" => string(102) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222.jpg" "img_url_s" => string(107) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(265) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт в Минске, торт на заказ цены …" "page_description" => string(218) "Только вкусные и очень вкусные торты на заказ в Минске. У нас вы можете заказать или купить торт по сладкой цене - ruta-tort.by" "page_title" => string(130) "Торты на заказ в Минске | Заказать вкусный торт - кондитерская Рута Торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "1" "sort" => string(1) "0" "date" => string(10) "1416324378" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(1) ( "parent" => object Model_Categories(34)"tort_categories" => object Database_MySQL_Result(7){ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => NULL "pid" => NULL "name" => NULL "translit" => NULL "img_url" => NULL "img_url_s" => NULL "img_alt" => NULL "img_title" => NULL "page_keywords" => NULL "page_description" => NULL "page_title" => NULL "page_text" => NULL "view_path" => NULL "view_path_child" => NULL "level" => NULL "sort" => NULL "date" => NULL "lang" => NULL "hits" => NULL "status" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "407" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _internal_row => integer 14 protected _query => string(871) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _result => resource(mysql result) public _total_rows => integer 14 protected _current_row => integer 14 protected _as_object => string(16) "Model_Categories" protected _object_params => NULL }"images" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(473) "SELECT `custompageimages`.`id` AS `id`, `custompageimages`.`product_id` AS `product_id`, `custompageimages`.`img_url` AS `img_ur …" protected _result => resource(mysql result) public _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(22) "Model_CustomPageImages" protected _object_params => NULL }"scripts" => array(6) ( 0 => string(24) "content/js/jquery.min.js" 1 => string(27) "content/js/bootstrap.min.js" 2 => string(33) "content/js/jquery.fancybox.min.js" 3 => string(50) "content/js/jquery.carouFredSel-6.2.1-packed.min.js" 4 => string(22) "content/js/carousel.js" 5 => string(20) "content/js/custom.js" ) "styles" => array(5) ( 0 => string(29) "content/css/bootstrap.min.css" 1 => string(35) "content/css/jquery.fancybox.min.css" 2 => string(32) "content/css/font-awesome.min.css" 3 => string(28) "content/css/style.css?v1.0.0" 4 => string(26) "content/css/adaptation.css" ) "content" => object View(2){ protected _file => string(65) "/home/feyatort/ruta-tort.by/application/views/client/contacts.php" protected _data => array(3) ( "reviews" => object Database_MySQL_Result(7)"seo" => object Model_CustomPages(34){ protected _internal_row => integer 0 protected _query => string(473) "SELECT `reviews`.`id` AS `id`, `reviews`.`product_id` AS `product_id`, `reviews`.`name` AS `name`, `reviews`.`ip` AS `ip`, `revi …" protected _result => resource(mysql result) public _total_rows => integer 123 protected _current_row => integer 0 protected _as_object => string(13) "Model_Reviews" protected _object_params => NULL }"data" => object Model_CustomPages(34){ protected _table_name => string(12) "custom_pages" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "custompages" protected _object_plural => string(13) "custompageses" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_img_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_img_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(3) "200" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(9) "140000000" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "80" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sent" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sent" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)"images" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "custompages" }{ protected _internal_row => integer 0 protected _query => string(473) "SELECT `custompageimages`.`id` AS `id`, `custompageimages`.`product_id` AS `product_id`, `custompageimages`.`img_url` AS `img_ur …" protected _result => resource(mysql result) public _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(22) "Model_CustomPageImages" protected _object_params => NULL }) }{ protected _table_name => string(12) "custom_pages" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "custompages" protected _object_plural => string(13) "custompageses" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_img_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_img_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(3) "200" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(9) "140000000" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "80" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sent" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sent" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)"navigation" => array(1) ( 0 => array(4) ( "translit" => string(8) "contacts" "name" => string(16) "Контакты" "level" => integer -1 "action" => string(0) "" ) ) ) }{ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "custompages" }{ protected _file => string(65) "/home/feyatort/ruta-tort.by/application/views/client/contacts.php" protected _data => array(3) ( "reviews" => object Database_MySQL_Result(7)public navigation => array(1) ( 0 => array(4) ( "translit" => string(8) "contacts" "name" => string(16) "Контакты" "level" => integer -1 "action" => string(0) "" ) ) public translit => string(8) "contacts" public auto_render => bool TRUE public request => object Request(19){ protected _internal_row => integer 0 protected _query => string(473) "SELECT `reviews`.`id` AS `id`, `reviews`.`product_id` AS `product_id`, `reviews`.`name` AS `name`, `reviews`.`ip` AS `ip`, `revi …" protected _result => resource(mysql result) public _total_rows => integer 123 protected _current_row => integer 0 protected _as_object => string(13) "Model_Reviews" protected _object_params => NULL }"data" => object Model_CustomPages(34){ protected _table_name => string(12) "custom_pages" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(1) "5" "category_id" => string(1) "0" "name" => string(16) "Контакты" "translit" => string(8) "contacts" "page_keywords" => string(0) "" "count" => string(1) "0" "page_title" => string(61) "Контакты | Кондитерская Рута Торт" "page_description" => string(150) "Кондитерская Рута Торт * контактные данные: +375 29 147-47-52, +375 29 505-55-66, Минск, Приходите!" "page_text" => string(0) "" "main_img_id" => string(2) "15" "lang" => string(2) "ru" "hits" => string(1) "0" "date" => string(10) "1404135987" "view_path" => string(8) "contacts" "sort" => string(1) "0" "status" => string(1) "0" "sent" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "custompages" protected _object_plural => string(13) "custompageses" protected _table_columns => array(17) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_img_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_img_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(3) "200" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(9) "140000000" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "80" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sent" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sent" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)"images" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "custompages" }{ protected _internal_row => integer 0 protected _query => string(473) "SELECT `custompageimages`.`id` AS `id`, `custompageimages`.`product_id` AS `product_id`, `custompageimages`.`img_url` AS `img_ur …" protected _result => resource(mysql result) public _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(22) "Model_CustomPageImages" protected _object_params => NULL }) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => string(51) "https://ruta-tort.by/contacts/callto:%2080175411655" protected _route => object Route(5)public response => object Response(5){ protected _filters => array(1) ( 0 => object Closure(1)protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }) protected _uri => string(52) "<action>(/<level2>(/<level3>(/<level4>(/<level5>))))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(6) "Client" "action" => string(4) "page" "level2" => string(5) "index" ) protected _route_regex => string(150) "#^(?P<action>[^/.,;?\n]++)(?:/(?P<level2>[^/.,;?\n]++)(?:/(?P<level3>[^/.,;?\n]++)(?:/(?P<level4>[^/.,;?\n]++)(?:/(?P<level5>[^/ …" }{ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Client" protected _action => string(4) "page" protected _uri => string(28) "contacts/callto: 80175411655" protected _external => bool FALSE protected _params => array(1) ( "level2" => string(8) "contacts" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}{ protected _status => integer 200 protected _header => object HTTP_Header(0)public categories => array(16) ( 407 => object Model_Categories(34){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "407" "pid" => string(1) "0" "name" => string(10) "Торты" "translit" => string(5) "torty" "img_url" => string(102) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222.jpg" "img_url_s" => string(107) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(265) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт в Минске, торт на заказ цены …" "page_description" => string(218) "Только вкусные и очень вкусные торты на заказ в Минске. У нас вы можете заказать или купить торт по сладкой цене - ruta-tort.by" "page_title" => string(130) "Торты на заказ в Минске | Заказать вкусный торт - кондитерская Рута Торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "1" "sort" => string(1) "0" "date" => string(10) "1416324378" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "407" "pid" => string(1) "0" "name" => string(10) "Торты" "translit" => string(5) "torty" "img_url" => string(102) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222.jpg" "img_url_s" => string(107) "/content/images/category_images/407/table-nature-food-pink-dessert-flora-1343134-pxhere-1606390222-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(265) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт в Минске, торт на заказ цены …" "page_description" => string(218) "Только вкусные и очень вкусные торты на заказ в Минске. У нас вы можете заказать или купить торт по сладкой цене - ruta-tort.by" "page_title" => string(130) "Торты на заказ в Минске | Заказать вкусный торт - кондитерская Рута Торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "1" "sort" => string(1) "0" "date" => string(10) "1416324378" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "407" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)408 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "408" "pid" => string(1) "0" "name" => string(14) "Начинки" "translit" => string(8) "nachinki" "img_url" => string(104) "/content/images/category_images/408/white-sweet-purple-decoration-food-pink-528103-pxhere-1606390407.jpg" "img_url_s" => string(109) "/content/images/category_images/408/white-sweet-purple-decoration-food-pink-528103-pxhere-1606390407-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(190) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт минск" "page_description" => string(116) "Начинки для наших тортов. Вкусные и сочные! По вашему пожеланию." "page_title" => string(72) "Начинки тортов * Кондитерская Рута Торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "1" "sort" => string(1) "1" "date" => string(10) "1416324385" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "408" "pid" => string(1) "0" "name" => string(14) "Начинки" "translit" => string(8) "nachinki" "img_url" => string(104) "/content/images/category_images/408/white-sweet-purple-decoration-food-pink-528103-pxhere-1606390407.jpg" "img_url_s" => string(109) "/content/images/category_images/408/white-sweet-purple-decoration-food-pink-528103-pxhere-1606390407-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(190) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт минск" "page_description" => string(116) "Начинки для наших тортов. Вкусные и сочные! По вашему пожеланию." "page_title" => string(72) "Начинки тортов * Кондитерская Рута Торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "1" "sort" => string(1) "1" "date" => string(10) "1416324385" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "408" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)409 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "409" "pid" => string(3) "407" "name" => string(29) "Свадебные торты" "translit" => string(15) "torty-svadebnye" "img_url" => string(61) "/content/images/category_images/409/torzhestvo-1442939467.jpg" "img_url_s" => string(66) "/content/images/category_images/409/torzhestvo-1442939467-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(207) "свадебные торты на заказ в минске, свадебный торт, заказать свадебный торт, сделать свадебный торт на заказ минск" "page_description" => string(127) "Торты свадебные на заказ в Минске, торты на заказ с доставкой в Минске" "page_title" => string(45) "Торты свадебные на заказ" "page_text" => string(6210) "<h1>Свадебные торты на заказ в Минске</h1> <p>Свадьба - особый момент в жизни молодоженов, поэтому мы стараем …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "424" "date" => string(10) "1418048826" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "409" "pid" => string(3) "407" "name" => string(29) "Свадебные торты" "translit" => string(15) "torty-svadebnye" "img_url" => string(61) "/content/images/category_images/409/torzhestvo-1442939467.jpg" "img_url_s" => string(66) "/content/images/category_images/409/torzhestvo-1442939467-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(207) "свадебные торты на заказ в минске, свадебный торт, заказать свадебный торт, сделать свадебный торт на заказ минск" "page_description" => string(127) "Торты свадебные на заказ в Минске, торты на заказ с доставкой в Минске" "page_title" => string(45) "Торты свадебные на заказ" "page_text" => string(6210) "<h1>Свадебные торты на заказ в Минске</h1> <p>Свадьба - особый момент в жизни молодоженов, поэтому мы стараем …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "424" "date" => string(10) "1418048826" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "409" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)410 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "410" "pid" => string(3) "407" "name" => string(25) "Детские торты" "translit" => string(13) "torty-detskie" "img_url" => string(54) "/content/images/category_images/410/ddr-1564486535.jpg" "img_url_s" => string(59) "/content/images/category_images/410/ddr-1564486535-mini.jpg" "img_alt" => string(23) "Детский торт" "img_title" => string(23) "Детский торт" "page_keywords" => string(254) "Торты на день рождения, детские торты на заказ, заказать детский торт, детские торты, купить детский торт, закажите вкуснейший д …" "page_description" => string(159) "Самые вкусные детские торты на заказ + торты на день рождения от кондитерской Рута Торт" "page_title" => string(102) "Детские торты на заказ в Минске | Кондитерская Рута Торт" "page_text" => string(6123) "<h1>Детские торты на заказ</h1> <p><strong>Детские торты на заказ</strong> &mdash; одно из ос …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "410" "date" => string(10) "1416324468" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "410" "pid" => string(3) "407" "name" => string(25) "Детские торты" "translit" => string(13) "torty-detskie" "img_url" => string(54) "/content/images/category_images/410/ddr-1564486535.jpg" "img_url_s" => string(59) "/content/images/category_images/410/ddr-1564486535-mini.jpg" "img_alt" => string(23) "Детский торт" "img_title" => string(23) "Детский торт" "page_keywords" => string(254) "Торты на день рождения, детские торты на заказ, заказать детский торт, детские торты, купить детский торт, закажите вкуснейший д …" "page_description" => string(159) "Самые вкусные детские торты на заказ + торты на день рождения от кондитерской Рута Торт" "page_title" => string(102) "Детские торты на заказ в Минске | Кондитерская Рута Торт" "page_text" => string(6123) "<h1>Детские торты на заказ</h1> <p><strong>Детские торты на заказ</strong> &mdash; одно из ос …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "410" "date" => string(10) "1416324468" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "410" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)411 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "411" "pid" => string(3) "407" "name" => string(33) "Праздничные торты" "translit" => string(18) "torty-prazdnichnye" "img_url" => string(53) "/content/images/category_images/411/dr-1564486422.jpg" "img_url_s" => string(58) "/content/images/category_images/411/dr-1564486422-mini.jpg" "img_alt" => string(33) "Праздничные торты" "img_title" => string(49) "Праздничные торты на заказ" "page_keywords" => string(453) "праздничные торты, торт на заказ минск, торт на заказ, кондитерская торты, торт доставка, праздничные торты на заказ, заказать и …" "page_description" => string(128) "Праздничные торты на заказ в Минске. Попробуйте наши вкуснейшие торты" "page_title" => string(120) "Праздничные торты на заказ | Заказать торт на праздник в Рута Торт" "page_text" => string(4485) "<h1>Праздничные торты на заказ</h1> <p>Наши мастера изготовят <strong>праздничные торты на заказ</st …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "411" "date" => string(10) "1416324479" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "411" "pid" => string(3) "407" "name" => string(33) "Праздничные торты" "translit" => string(18) "torty-prazdnichnye" "img_url" => string(53) "/content/images/category_images/411/dr-1564486422.jpg" "img_url_s" => string(58) "/content/images/category_images/411/dr-1564486422-mini.jpg" "img_alt" => string(33) "Праздничные торты" "img_title" => string(49) "Праздничные торты на заказ" "page_keywords" => string(453) "праздничные торты, торт на заказ минск, торт на заказ, кондитерская торты, торт доставка, праздничные торты на заказ, заказать и …" "page_description" => string(128) "Праздничные торты на заказ в Минске. Попробуйте наши вкуснейшие торты" "page_title" => string(120) "Праздничные торты на заказ | Заказать торт на праздник в Рута Торт" "page_text" => string(4485) "<h1>Праздничные торты на заказ</h1> <p>Наши мастера изготовят <strong>праздничные торты на заказ</st …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "411" "date" => string(10) "1416324479" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "411" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)412 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "412" "pid" => string(3) "407" "name" => string(25) "Смешные торты" "translit" => string(14) "torty-smeshnye" "img_url" => string(64) "/content/images/category_images/412/smeshnoy-tort-1564486082.jpg" "img_url_s" => string(69) "/content/images/category_images/412/smeshnoy-tort-1564486082-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(137) "праздничные торты, торт на заказ минск, смешные и прикольные торты на заказ" "page_description" => string(179) "праздничные торты и смешные торты и торты на заказ | Оригинальные торты от кондитерской Рута-Торт" "page_title" => string(111) "Смешные торты | Оригинальные торты от кондитерской Рута-Торт" "page_text" => string(1598) "<h1>Смешные торты на заказ</h1> <p><strong>Смешные и прикольные торты на заказ</strong> &mdas …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "412" "date" => string(10) "1416324490" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "412" "pid" => string(3) "407" "name" => string(25) "Смешные торты" "translit" => string(14) "torty-smeshnye" "img_url" => string(64) "/content/images/category_images/412/smeshnoy-tort-1564486082.jpg" "img_url_s" => string(69) "/content/images/category_images/412/smeshnoy-tort-1564486082-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(137) "праздничные торты, торт на заказ минск, смешные и прикольные торты на заказ" "page_description" => string(179) "праздничные торты и смешные торты и торты на заказ | Оригинальные торты от кондитерской Рута-Торт" "page_title" => string(111) "Смешные торты | Оригинальные торты от кондитерской Рута-Торт" "page_text" => string(1598) "<h1>Смешные торты на заказ</h1> <p><strong>Смешные и прикольные торты на заказ</strong> &mdas …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "412" "date" => string(10) "1416324490" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "412" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)413 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "413" "pid" => string(3) "407" "name" => string(37) "Корпоративные торты" "translit" => string(19) "torty-korporativnye" "img_url" => string(54) "/content/images/category_images/413/m-m-1442940683.jpg" "img_url_s" => string(59) "/content/images/category_images/413/m-m-1442940683-mini.jpg" "img_alt" => string(36) "Торты на корпоратив" "img_title" => string(36) "Торты на корпоратив" "page_keywords" => string(449) "праздничные торты, торт на заказ минск, торт на заказ, кондитерская торты, торт доставка корпоратив, корпоративные праздники, за …" "page_description" => string(91) "Корпоративные торты и торты на заказ от Рута-Торт." "page_title" => string(141) "Корпоративные торты: Фиксики 1 | Оригинальные торты от кондитерской Рута-Торт" "page_text" => string(4256) "<h1>Корпоративные торты на заказ</h1> <p><strong>Корпоративные праздники</strong> имеют огромное …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "413" "date" => string(10) "1416324505" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "413" "pid" => string(3) "407" "name" => string(37) "Корпоративные торты" "translit" => string(19) "torty-korporativnye" "img_url" => string(54) "/content/images/category_images/413/m-m-1442940683.jpg" "img_url_s" => string(59) "/content/images/category_images/413/m-m-1442940683-mini.jpg" "img_alt" => string(36) "Торты на корпоратив" "img_title" => string(36) "Торты на корпоратив" "page_keywords" => string(449) "праздничные торты, торт на заказ минск, торт на заказ, кондитерская торты, торт доставка корпоратив, корпоративные праздники, за …" "page_description" => string(91) "Корпоративные торты и торты на заказ от Рута-Торт." "page_title" => string(141) "Корпоративные торты: Фиксики 1 | Оригинальные торты от кондитерской Рута-Торт" "page_text" => string(4256) "<h1>Корпоративные торты на заказ</h1> <p><strong>Корпоративные праздники</strong> имеют огромное …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "413" "date" => string(10) "1416324505" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "413" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)414 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "414" "pid" => string(3) "407" "name" => string(30) "Выпечка на заказ" "translit" => string(14) "torty-vypechka" "img_url" => string(67) "/content/images/category_images/414/imbirnoe-pechene-1442940745.jpg" "img_url_s" => string(72) "/content/images/category_images/414/imbirnoe-pechene-1442940745-mini.jpg" "img_alt" => string(30) "Выпечка на заказ" "img_title" => string(30) "Выпечка на заказ" "page_keywords" => string(280) "Выпечка на заказ в Минске, доставка, порадовать родных и близких вкусной выпечкой, выпечку на заказ, выпечка с доставкой на дом, …" "page_description" => string(170) "Самая вкусная и свежая выпечка на любой вкус | Всегда свежая выпечка в кондитерской Рута Торт" "page_title" => string(91) "Выпечка на заказ в Минске - кондитерская Рута Торт" "page_text" => string(3517) "<h1>Выпечка на заказ</h1> <p>Собираетесь порадовать родных и близких <strong>вкусной выпечкой</stron …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "414" "date" => string(10) "1416324516" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "414" "pid" => string(3) "407" "name" => string(30) "Выпечка на заказ" "translit" => string(14) "torty-vypechka" "img_url" => string(67) "/content/images/category_images/414/imbirnoe-pechene-1442940745.jpg" "img_url_s" => string(72) "/content/images/category_images/414/imbirnoe-pechene-1442940745-mini.jpg" "img_alt" => string(30) "Выпечка на заказ" "img_title" => string(30) "Выпечка на заказ" "page_keywords" => string(280) "Выпечка на заказ в Минске, доставка, порадовать родных и близких вкусной выпечкой, выпечку на заказ, выпечка с доставкой на дом, …" "page_description" => string(170) "Самая вкусная и свежая выпечка на любой вкус | Всегда свежая выпечка в кондитерской Рута Торт" "page_title" => string(91) "Выпечка на заказ в Минске - кондитерская Рута Торт" "page_text" => string(3517) "<h1>Выпечка на заказ</h1> <p>Собираетесь порадовать родных и близких <strong>вкусной выпечкой</stron …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "414" "date" => string(10) "1416324516" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "414" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)428 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "428" "pid" => string(3) "407" "name" => string(16) "Капкейки" "translit" => string(14) "torty-kapkeyki" "img_url" => string(54) "/content/images/category_images/428/kap-1564486757.jpg" "img_url_s" => string(59) "/content/images/category_images/428/kap-1564486757-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(102) "торты на заказ Минск, капкейки в минске, свадебные торты" "page_description" => string(48) "Капкейки на заказ в Минске" "page_title" => string(32) "Капкейки на заказ" "page_text" => string(3804) "<h1>Капкейки на заказ</h1> <p><strong>Капкейк (торт в чашке)</strong> - это небольшое пирожное, в …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "428" "date" => string(10) "1422790429" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "428" "pid" => string(3) "407" "name" => string(16) "Капкейки" "translit" => string(14) "torty-kapkeyki" "img_url" => string(54) "/content/images/category_images/428/kap-1564486757.jpg" "img_url_s" => string(59) "/content/images/category_images/428/kap-1564486757-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(102) "торты на заказ Минск, капкейки в минске, свадебные торты" "page_description" => string(48) "Капкейки на заказ в Минске" "page_title" => string(32) "Капкейки на заказ" "page_text" => string(3804) "<h1>Капкейки на заказ</h1> <p><strong>Капкейк (торт в чашке)</strong> - это небольшое пирожное, в …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "428" "date" => string(10) "1422790429" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "428" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)429 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "429" "pid" => string(3) "407" "name" => string(26) "Торты на креме" "translit" => string(14) "znak-vnimaniya" "img_url" => string(53) "/content/images/category_images/429/21-1564485397.jpg" "img_url_s" => string(58) "/content/images/category_images/429/21-1564485397-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(190) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт минск" "page_description" => string(140) "Праздничные торты на заказ только на нашем сайте с доставкой по низким ценам" "page_title" => string(36) "Торты Знак Внимания" "page_text" => string(1673) "<h1>Торты &laquo;Знак внимания&raquo;</h1> <p><strong>Тематические торты</strong> <str …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "429" "date" => string(10) "1423646097" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "429" "pid" => string(3) "407" "name" => string(26) "Торты на креме" "translit" => string(14) "znak-vnimaniya" "img_url" => string(53) "/content/images/category_images/429/21-1564485397.jpg" "img_url_s" => string(58) "/content/images/category_images/429/21-1564485397-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(190) "торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт минск" "page_description" => string(140) "Праздничные торты на заказ только на нашем сайте с доставкой по низким ценам" "page_title" => string(36) "Торты Знак Внимания" "page_text" => string(1673) "<h1>Торты &laquo;Знак внимания&raquo;</h1> <p><strong>Тематические торты</strong> <str …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "429" "date" => string(10) "1423646097" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "429" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)430 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "430" "pid" => string(3) "407" "name" => string(18) "Фототорты" "translit" => string(15) "torty-fototorty" "img_url" => string(66) "/content/images/category_images/430/fototort-minony-1442939648.jpg" "img_url_s" => string(71) "/content/images/category_images/430/fototort-minony-1442939648-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(213) "праздничные торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт минск" "page_description" => string(91) "Фототорты, торты на праздник можно заказать здесь" "page_title" => string(18) "Фототорты" "page_text" => string(3573) "<h1>Фототорты на заказ</h1> <p>Мы рады представить Вашему вниманию довольно новое направление в кондитерском …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "430" "date" => string(10) "1427121734" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "430" "pid" => string(3) "407" "name" => string(18) "Фототорты" "translit" => string(15) "torty-fototorty" "img_url" => string(66) "/content/images/category_images/430/fototort-minony-1442939648.jpg" "img_url_s" => string(71) "/content/images/category_images/430/fototort-minony-1442939648-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(213) "праздничные торты на заказ Минск, детские торты на заказ, свадебные торты, торт на день рождения, заказать торт минск" "page_description" => string(91) "Фототорты, торты на праздник можно заказать здесь" "page_title" => string(18) "Фототорты" "page_text" => string(3573) "<h1>Фототорты на заказ</h1> <p>Мы рады представить Вашему вниманию довольно новое направление в кондитерском …" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "430" "date" => string(10) "1427121734" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "430" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)432 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "432" "pid" => string(3) "407" "name" => string(31) "Новогодние торты" "translit" => string(22) "torty-novogodnie-torty" "img_url" => string(53) "/content/images/category_images/432/ng-1564485939.jpg" "img_url_s" => string(58) "/content/images/category_images/432/ng-1564485939-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(117) "Свадебные торты и торты на заказ от Рута-торт. | Новогодние торты" "page_title" => string(129) "Торты: Новогодние торты | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "432" "date" => string(10) "1449142161" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "432" "pid" => string(3) "407" "name" => string(31) "Новогодние торты" "translit" => string(22) "torty-novogodnie-torty" "img_url" => string(53) "/content/images/category_images/432/ng-1564485939.jpg" "img_url_s" => string(58) "/content/images/category_images/432/ng-1564485939-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(117) "Свадебные торты и торты на заказ от Рута-торт. | Новогодние торты" "page_title" => string(129) "Торты: Новогодние торты | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "432" "date" => string(10) "1449142161" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "432" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)433 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "433" "pid" => string(3) "407" "name" => string(29) "День Влюбленных" "translit" => string(21) "torty-den-vlyublennyh" "img_url" => string(57) "/content/images/category_images/433/serdce-1564485839.jpg" "img_url_s" => string(62) "/content/images/category_images/433/serdce-1564485839-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(115) "Свадебные торты и торты на заказ от Рута-торт. | День Влюбленных" "page_title" => string(127) "Торты: День Влюбленных | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "433" "date" => string(10) "1454050773" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "433" "pid" => string(3) "407" "name" => string(29) "День Влюбленных" "translit" => string(21) "torty-den-vlyublennyh" "img_url" => string(57) "/content/images/category_images/433/serdce-1564485839.jpg" "img_url_s" => string(62) "/content/images/category_images/433/serdce-1564485839-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(115) "Свадебные торты и торты на заказ от Рута-торт. | День Влюбленных" "page_title" => string(127) "Торты: День Влюбленных | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "433" "date" => string(10) "1454050773" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "433" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)434 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "434" "pid" => string(3) "407" "name" => string(33) "Торты на 23 февраля" "translit" => string(26) "torty-torty-na-23-fevralya" "img_url" => string(62) "/content/images/category_images/434/23-fevralya-1564485189.jpg" "img_url_s" => string(67) "/content/images/category_images/434/23-fevralya-1564485189-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(119) "Свадебные торты и торты на заказ от Рута-торт. | Торты на 23 февраля" "page_title" => string(131) "Торты: Торты на 23 февраля | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "434" "date" => string(10) "1454513477" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "434" "pid" => string(3) "407" "name" => string(33) "Торты на 23 февраля" "translit" => string(26) "torty-torty-na-23-fevralya" "img_url" => string(62) "/content/images/category_images/434/23-fevralya-1564485189.jpg" "img_url_s" => string(67) "/content/images/category_images/434/23-fevralya-1564485189-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(119) "Свадебные торты и торты на заказ от Рута-торт. | Торты на 23 февраля" "page_title" => string(131) "Торты: Торты на 23 февраля | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "434" "date" => string(10) "1454513477" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "434" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)435 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "435" "pid" => string(3) "407" "name" => string(28) "Торты на 8 марта" "translit" => string(22) "torty-torty-na-8-marta" "img_url" => string(54) "/content/images/category_images/435/8-m-1564486199.jpg" "img_url_s" => string(59) "/content/images/category_images/435/8-m-1564486199-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(114) "Свадебные торты и торты на заказ от Рута-торт. | Торты на 8 марта" "page_title" => string(126) "Торты: Торты на 8 марта | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "435" "date" => string(10) "1454676954" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "435" "pid" => string(3) "407" "name" => string(28) "Торты на 8 марта" "translit" => string(22) "torty-torty-na-8-marta" "img_url" => string(54) "/content/images/category_images/435/8-m-1564486199.jpg" "img_url_s" => string(59) "/content/images/category_images/435/8-m-1564486199-mini.jpg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(114) "Свадебные торты и торты на заказ от Рута-торт. | Торты на 8 марта" "page_title" => string(126) "Торты: Торты на 8 марта | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "435" "date" => string(10) "1454676954" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "435" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)439 => object Model_Categories(34){ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }{ protected _table_name => string(10) "categories" protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(3) "pid" "model" => string(10) "Categories" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(3) "439" "pid" => string(3) "407" "name" => string(14) "Новинки" "translit" => string(13) "torty-novinki" "img_url" => string(83) "/content/images/category_images/439/whatsapp-image-2022-07-14-at-10-1658938848.jpeg" "img_url_s" => string(88) "/content/images/category_images/439/whatsapp-image-2022-07-14-at-10-1658938848-mini.jpeg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(100) "Свадебные торты и торты на заказ от Рута-торт. | Новинки" "page_title" => string(112) "Торты: Новинки | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "439" "date" => string(10) "1658004728" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(3) "439" "pid" => string(3) "407" "name" => string(14) "Новинки" "translit" => string(13) "torty-novinki" "img_url" => string(83) "/content/images/category_images/439/whatsapp-image-2022-07-14-at-10-1658938848.jpeg" "img_url_s" => string(88) "/content/images/category_images/439/whatsapp-image-2022-07-14-at-10-1658938848-mini.jpeg" "img_alt" => string(0) "" "img_title" => string(0) "" "page_keywords" => string(0) "" "page_description" => string(100) "Свадебные торты и торты на заказ от Рута-торт. | Новинки" "page_title" => string(112) "Торты: Новинки | Оригинальные торты от кондитерской рута-торт" "page_text" => string(0) "" "view_path" => string(7) "catalog" "view_path_child" => string(12) "product_info" "level" => string(1) "2" "sort" => string(3) "439" "date" => string(10) "1658004728" "lang" => string(2) "ru" "hits" => string(1) "0" "status" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "categories" protected _object_plural => string(12) "categorieses" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translit" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "translit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_url_s" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_url_s" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "img_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "page_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(16) "page_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "page_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "120" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "page_text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "view_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_path_child" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "view_path_child" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(5) "level" "column_default" => string(1) "1" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "type" => string(3) "int" "min" => string(8) "-8388608" "max" => string(7) "8388607" "column_name" => string(4) "sort" "column_default" => string(1) "0" "data_type" => string(9) "mediumint" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "date" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lang" "column_default" => string(2) "ru" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "3" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hits" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "hits" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "status" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "439" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)) }{ protected _connection_id => string(40) "b65c0d520220e30387192a9b5973b20cdbc4787d" protected _identifier => string(1) "`" public last_query => string(833) "SELECT `categories`.`id` AS `id`, `categories`.`pid` AS `pid`, `categories`.`name` AS `name`, `categories`.`translit` AS `transl …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(17) "feyatort_ruta_new" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "categories" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => string(51) "https://ruta-tort.by/contacts/callto:%2080175411655" protected _route => object Route(5){ protected _filters => array(1) ( 0 => object Closure(1)protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }) protected _uri => string(52) "<action>(/<level2>(/<level3>(/<level4>(/<level5>))))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(6) "Client" "action" => string(4) "page" "level2" => string(5) "index" ) protected _route_regex => string(150) "#^(?P<action>[^/.,;?\n]++)(?:/(?P<level2>[^/.,;?\n]++)(?:/(?P<level3>[^/.,;?\n]++)(?:/(?P<level4>[^/.,;?\n]++)(?:/(?P<level5>[^/ …" }{ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Client" protected _action => string(4) "page" protected _uri => string(28) "contacts/callto: 80175411655" protected _external => bool FALSE protected _params => array(1) ( "level2" => string(8) "contacts" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => string(51) "https://ruta-tort.by/contacts/callto:%2080175411655" protected _route => object Route(5){ protected _filters => array(1) ( 0 => object Closure(1)protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }) protected _uri => string(52) "<action>(/<level2>(/<level3>(/<level4>(/<level5>))))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(6) "Client" "action" => string(4) "page" "level2" => string(5) "index" ) protected _route_regex => string(150) "#^(?P<action>[^/.,;?\n]++)(?:/(?P<level2>[^/.,;?\n]++)(?:/(?P<level3>[^/.,;?\n]++)(?:/(?P<level4>[^/.,;?\n]++)(?:/(?P<level5>[^/ …" }{ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Client" protected _action => string(4) "page" protected _uri => string(28) "contacts/callto: 80175411655" protected _external => bool FALSE protected _params => array(1) ( "level2" => string(8) "contacts" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests. -
DOCROOT/index.php [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, array(), FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }